home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap22 / dun22_4.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  362 b   |  10 lines

  1. <layer id=main bgcolor=red top=50 left=50 height=210 width=200>
  2.  
  3.    <p align=center>Parent Layer</p>
  4.  
  5.    <layer id=sub1 bgcolor=blue top=20 left=10 height=40 width=180>
  6.  
  7.    <p align=center>Child Layer 1</p>
  8.  
  9.    </layer>
  10.  
  11.    <layer id=sub2 bgcolor=silver top=70 left=10 height=130 width=180>
  12.  
  13.    <p align=center>Child Layer 1</p>
  14.  
  15.    </layer>
  16.  
  17. </layer>
  18.  
  19.